.l_logo {
  position: absolute;
  left: 0;
  top: 0;
}
.l_logo a {
  width: 100%;
}
.l_logo em {
  width: 10px;
  display: block;
  height: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.famenu {
  width: 153%;
}
.mainVisual .box {
  position: absolute;
  bottom: 2vh;
  left: 30px;
  right: 0;
  width: 200px;
  z-index: 2;
}
.mainVisual .box span {
  width: 26px;
  height: 24px;
  display: inline-block;
  background: #78797c;
  border-radius: 50%;
  padding-top: 2px;
  position: relative;
  transition: all .3s;
}
.mainVisual .box span:nth-of-type(2) img {
  left: -34px;
}
.mainVisual .box span:nth-of-type(3) img {
  left: -64px;
}
.mainVisual .box span i {
  padding-left: 5px;
}
.mainVisual .box span .telL {
  background: #132f8b;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  width: 130px;
  position: absolute;
  left: -30px;
  top: -50px;
  display: none;
  transition: all .3s;
}
.mainVisual .box span img {
  width: 100px;
  position: absolute;
  left: -30px;
  top: -110px;
  max-width: 100px;
  opacity: 0;
  display: none;
  transition: all .3s;
}
.mainVisual .box span:hover {
  background: #fff;
}
.mainVisual .box span:hover img,
.mainVisual .box span:hover .telL {
  display: block;
  opacity: 1;
}
.pub_title h4 {
  position: relative;
  font-size: 48px;
  font-weight: bold;
  z-index: 1;
  color: #1b3464;
  width: 50%;
}
.pub_title p {
  margin-bottom: 60px;
  font-size: 30px;
  color: #1b3464;
  font-weight: 100;
}
.pub_title a {
  float: right;
  border: 2px solid #1e4a7c;
  border-radius: 20px;
  padding: 10px 60px;
  font-size: 14px;
  color: #1e4a7c;
  margin-top: 30px;
}
.pub_title a:hover {
  background: #1e4a7c;
  color: #fff;
}
.w90 {
  width: 86%;
  margin: 0 auto;
}
.syjj {
  background: #f9f9f9;
  padding-top: 80px;
  overflow: hidden;
  padding-bottom: 80px;
}
.syjj .gsbox {
  position: relative;
  height: 500px;
}
.syjj .gsbox .jj_l {
  width: 45%;
  float: left;
}
.syjj .gsbox .jj_r {
  width: 70%;
  position: absolute;
  right: 0;
  top: -150px;
  height: 487px;
}
.syjj .gsbox .jj_r .sydt {
  background: url(dt.png) top right no-repeat;
  background-size: 100%;
  height: 487px;
  position: relative;
}
.syjj .gsbox .jj_r .sydt .container {
  position: absolute;
}
.syjj .gsbox .jj_r .sydt .container:nth-of-type(1) {
  left: 4%;
  top: -7%;
}
.syjj .gsbox .jj_r .sydt .container:nth-of-type(2) {
  left: 8%;
  top: 6%;
}
.syjj .gsbox .jj_r .sydt .container:nth-of-type(3) {
  left: 23%;
  top: -21%;
}
.syjj .gsbox .jj_r .sydt .container:nth-of-type(4) {
  left: 18%;
  top: 45%;
}
.syjj .gsbox .jj_r .sydt .container:nth-of-type(5) {
  left: 39%;
  top: 18%;
}
.syjj .gsbox .jj_r .sydt .container:nth-of-type(6) {
  left: 59%;
  top: 9%;
}
.syjj .gsbox .jj_r .sydt .container:nth-of-type(7) {
  left: 48%;
  top: -7%;
}
.syjj .gsbox .jj_r .sydt .container:nth-of-type(8) {
  left: 81%;
  top: -12%;
}
.syjj .gsbox .jj_r .sydt .container:nth-of-type(9) {
  left: 52%;
  top: 0%;
}
.syjj .gsbox .jj_r .sydt .container:nth-of-type(10) {
  left: 74%;
  top: 46%;
}
.syjj .gsbox .jj_r .sydt img {
  position: absolute;
  animation: bg_move 1s linear infinite 2s;
  z-index: 99;
}
.syjj .gsbox .jj_r .sydt img:nth-of-type(1) {
  right: 172px;
  top: -48px;
}
.syjj .gsbox .jj_r .sydt img:nth-of-type(2) {
  right: 245px;
  top: 280px;
}
.syjj .gsbox .jj_r .sydt img:nth-of-type(3) {
  right: 705px;
  top: 50px;
}
.syjj .gsbox .jj_r ul {
  width: 84%;
  float: right;
  margin-top: 20px;
}
.syjj .gsbox .jj_r li {
  width: 25%;
  float: left;
  text-align: center;
}
.syjj .gsbox .jj_r li span {
  font-size: 48px;
  color: #383d8f;
  font-weight: bold;
}
.syjj .gsbox .jj_r li i {
  display: block;
  font-style: normal;
}
@keyframes bg_move {
  0% {
    transform: scale3d(1.04, 1.04, 1.04);
  }
  50% {
    transform: scale3d(1.02, 1.02, 1.02);
  }
  100% {
    transform: scale3d(1.04, 1.04, 1.04);
  }
}
.moret {
  border: 2px solid #1e4a7c;
  border-radius: 20px;
  padding: 10px 60px;
  font-size: 14px;
  color: #1e4a7c;
  display: inline-block;
}
.moret:hover {
  background: #1e4a7c;
  color: #fff;
}
.sysp3 {
  height: 625px;
  position: relative;
  overflow: hidden;
}
.sysp3 h3 {
  color: #fff;
  padding-top: 140px;
  font-weight: bold;
  position: relative;
  z-index: 88;
  width: 50%;
}
.sysp3 p {
  color: #fff;
  font-size: 20px;
  line-height: 200%;
  margin-top: 20px;
  position: relative;
  z-index: 88;
  width: 58%;
}
.sysp3 .morecp {
  margin-top: 32px;
  background: #2791e5;
  color: #fff;
  text-align: center;
  height: 60px;
  line-height: 60px;
  width: 200px;
  border-radius: 60px;
  position: relative;
  z-index: 88;
}
.sysp3 .morecp:hover {
  background: #fff;
  color: #000;
}
.sysp3 video {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  z-index: 0;
}
.synews {
  background: #e9f3fc;
  overflow: hidden;
}
.synews_mySwiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.synews_mySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 500px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.synews_mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.w90_r {
  width: 95%;
  float: right;
  overflow: hidden;
}
.synews {
  padding: 90px 0;
}
.synews_mySwiper {
  position: relative;
}
.synews_mySwiper .swiper-slide a {
  background: #fff;
  text-align: left;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  height: 500px;
}
.synews_mySwiper .swiper-slide a img {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.synews_mySwiper .swiper-slide a .info {
  position: relative;
  z-index: 2;
}
.synews_mySwiper .swiper-slide a .info em {
  display: block;
  color: #6d6d6d;
  margin-bottom: 20px;
  margin-top: 30px;
}
.synews_mySwiper .swiper-slide a .info strong {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 30px;
}
.synews_mySwiper .swiper-slide a .info p {
  color: #a3a3a3;
  font-size: 16px;
}
.synews_mySwiper .swiper-slide a .info .data_t {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 20px;
}
.synews_mySwiper .swiper-slide a .info .data_t .news_div_item_day {
  color: #1e63a8;
  font-size: 72px;
}
.synews_mySwiper .swiper-slide a:hover {
  background: #1b3464;
}
.synews_mySwiper .swiper-slide a:hover img {
  display: block;
  opacity: 0.1;
}
.synews_mySwiper .swiper-slide a:hover strong {
  color: #fff;
}
.synews_mySwiper .swiper-slide a:hover p {
  color: #fff;
}
.synews_mySwiper .swiper-slide a:hover em {
  color: #fff;
}
.synews_mySwiper .swiper-slide a:hover .data_t {
  color: #fff;
}
.synews_mySwiper .swiper-slide a:hover .data_t .news_div_item_day {
  color: #fff;
}
.footer {
  background: #fff;
  margin-top: 60px;
}
.footer .f_1 {
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  padding-bottom: 20px;
}
.footer .f_1 .d_logo img {
  float: left;
  vertical-align: middle;
  margin-right: 20px;
}
.footer .f_1 .d_logo em {
  display: inline-block;
  color: #1b3464;
  height: 30px;
  border-left: 1px solid #ccc;
  padding-left: 20px;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
}
.footer .f_1 .d_link select {
  border: 1px solid #ccc;
  padding: 10px 40px;
  color: #777777;
}
.footer .dbj {
  background: url(088.jpg) no-repeat center top;
  overflow: hidden;
}
.footer .f_2 {
  padding-top: 50px;
}
.footer .f_2 ul {
  width: 80%;
  overflow: hidden;
}
.footer .f_2 ul li {
  display: inline-block;
  margin-right: 9%;
}
.footer .f_2 ul li:last-of-type {
  margin-right: 0;
}
.footer .f_2 ul li a {
  font-size: 20px;
  color: #fff;
}
.footer .f_2 .box1 {
  display: inline-block;
  margin-top: 80px;
  width: 8%;
  margin-right: 5%;
}
.footer .f_2 .box1:nth-of-type(3) {
  margin-right: 0;
}
.footer .f_2 .box1 img {
  width: 100%;
}
.footer .f_2 .box1 em {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}
.footer .f_2 .ewm2 {
  width: 10%;
}
.footer .f_2 .ewm2 .box2 {
  margin-top: 80px;
  width: 100%;
}
.footer .f_2 .ewm2 .box2 img {
  width: 100%;
}
.footer .f_2 .ewm2 .box2 em {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}
.footer .f_2 .d_lx {
  margin-top: 60px;
  line-height: 160%;
  color: #fff;
  font-size: 14px;
  margin-right: 1%;
  width: 18.9%;
}
.footer .f_2 .d_lx h5 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.footer .f_2 .d_lx p {
  line-height: 160%;
}
.footer .copyright {
  color: #fff;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-top: 40px;
  border-top: 1px solid rgba(0, 110, 255, 0.136);
}
.footer .copyright a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
}
@media (max-width: 1680px) {
  .footer .f_2 .box1 {
    display: inline-block;
    margin-top: 80px;
    width: 6%;
    margin-right: 2%;
  }
}
@media (max-width: 1529px) {
  .footer .f_2 .d_lx {
    width: 20%;
  }
  .footer .f_2 .box1 {
    width: 10%;
  }
}
@media (max-width: 1440px) {
  .footer .f_2 .d_lx {
    width: 21.3%;
  }
  .footer .f_2 .box1 {
    width: 7%;
  }
  .footer .f_2 .box1 {
    width: 8%;
  }
  .syjj .gsbox .jj_r .sydt img:nth-of-type(1) {
    width: 45%;
    right: 133px;
    top: -64px;
  }
  .syjj .gsbox .jj_r .sydt img:nth-of-type(2) {
    width: 40%;
    right: 192px;
    top: 221px;
  }
  .syjj .gsbox .jj_r .sydt img:nth-of-type(3) {
    width: 30%;
    right: 555px;
  }
  .xlmenu {
    margin-left: -866px !important;
  }
  .hynav2 a {
    width: 17%;
  }
  #list .left_side {
    width: 23%;
  }
}
@media (max-width: 1366px) {
  .famenu {
    width: 148%;
  }
  .xlmenu {
    margin-left: -866px !important;
  }
  .w90 {
    width: 96%;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .footer .f_2 .d_lx {
    width: 66%;
  }
  .footer .f_2 .box1 {
    width: 20%;
  }
}
.n_gsjj h3 {
  font-size: 46px;
  padding-top: 80px;
}
.n_gsjj .gs_wz {
  text-align: center;
  font-size: 18px;
  line-height: 200%;
  color: #585858;
}
.n_gsjj .gs_wz p {
  text-align: center;
  color: #585858;
}
.n_gsjj .njj_r {
  overflow: hidden;
  margin-bottom: 44px;
  margin-top: 42px;
}
.n_gsjj .njj_r .sydt {
  width: 1042px;
  height: 487px;
  position: relative;
}
.n_gsjj .njj_r li {
  width: 25%;
  float: left;
  text-align: center;
}
.n_gsjj .njj_r li span {
  font-size: 48px;
  color: #383d8f;
  font-weight: bold;
}
.n_gsjj .njj_r li i {
  display: block;
  font-style: normal;
}
.ry_wai {
  overflow: hidden;
}
.ry_mySwiper {
  position: relative;
}
.ry_mySwiper .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 20px;
}
.ry_mySwiper .swiper-pagination span {
  margin-right: 5px;
}
.ry_mySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ry_mySwiper .swiper-slide img {
  display: block;
  height: 350px;
  width: 100%;
  object-fit: cover;
}
.ry_mySwiper {
  margin-top: 30px;
  margin-bottom: 80px;
}
.ry_mySwiper .swiper-slide a {
  box-sizing: border-box;
  position: relative;
  background: url(aboutbg1.jpg) no-repeat;
  background-size: 100%;
}
.ry_mySwiper .swiper-slide a img {
  padding: 40px;
  width: 100%;
  box-sizing: border-box;
}
.ry_mySwiper .swiper-slide a strong {
  font-size: 18px;
}
.sycq .swiper-wrapper .swiper-slide img {
  border-top-left-radius: 3.12vw;
  border-bottom-right-radius: 3.12vw;
  width: 100%;
}
.syal3 {
  overflow: hidden;
  margin-bottom: 60px;
  position: relative;
}
.syal3 .syal3p {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.syal3 .swiper-slide a {
  padding: 20px;
  box-sizing: border-box;
}
.syal3 .swiper-slide a span {
  text-align: center;
  display: block;
  background: #f7f7f7;
  padding: 20px 0;
  color: #676767;
}
.x_tit {
  text-align: center;
  font-size: 18px;
  color: #585858;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 200%;
}
.n_whw {
  background: #fafafa;
  padding-bottom: 90px;
}
.n_whw .gallery-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 50vh;
}
.n_whw .item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: flex 0.8s ease;
  margin-right: 10px;
  position: relative;
}
.n_whw .item h3 {
  position: absolute;
  bottom: 6%;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: left;
}
.n_whw .item h3 b {
  font-size: 30px;
  color: #fff;
}
.n_whw .item h3 p {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  opacity: 0;
  display: none;
}
.n_whw .item h3 a {
  font-size: 16px;
  background: #12d300;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  display: none;
  margin-top: 10px;
}
.n_whw .item h3 a:hover {
  background: #132f8b;
}
.n_whw .item:hover {
  flex: 3;
}
.n_whw .item:hover a {
  display: block;
}
.n_whw .item:hover p {
  opacity: 1;
  display: block;
}
.n_whw .item-1 {
  background-image: url("w1.jpg");
}
.n_whw .item-2 {
  background-image: url("w2.jpg");
}
.n_whw .item-3 {
  background-image: url("w3.jpg");
}
.n_whw .item-4 {
  background-image: url("w4.jpg");
}
.n_whw .item-5 {
  background-image: url("w5.jpg");
}
.n_whw .item-6 {
  background-image: url("w6.jpg");
}
.quality .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.quality .dn-upper .dp-intr1 {
  text-align: center;
}
.quality .dn-center .swiper1 .slide1 {
  width: 11.792vw;
  height: 11.792vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.872vw;
  border-radius: 50%;
  margin: 0 1.664vw;
}
.quality .dn-center .swiper1 .slide1:nth-of-type(2n) {
  border: 2px solid #54c9c9;
}
.quality .dn-center .swiper1 .slide1:nth-of-type(2n) .iconfont {
  color: #54c9c9;
}
.quality .dn-center .swiper1 .slide1:nth-of-type(2n+1) {
  border: 2px solid #132f8b;
}
.quality .dn-center .swiper1 .slide1:nth-of-type(2n+1) .iconfont {
  color: #132f8b;
}
.quality .dn-center .swiper1 .slide1 .dp-nei {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  box-shadow: 0 0 1.04vw rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
}
.quality .dn-center .swiper1 .slide1 .iconfont {
  font-size: 3.12vw;
}
.quality .dn-center .swiper1 .slide1 .dp-p1 {
  font-size: 1.352vw;
  color: #333333;
}
.quality .dn-lower .dn-bot .swiper1 .slide1 {
  width: 9.36vw;
  height: 21.528vw;
  margin: 0 0.52vw;
}
.quality .dn-lower .dn-bot .swiper1 .slide1.active {
  flex: 1;
  animation: fadeIn 0.6s ease both;
}
.quality .dn-lower .dn-bot .swiper1 .slide1.active .dn-word {
  padding: 2.912vw 3.328vw;
  align-items: flex-start;
}
.quality .dn-lower .dn-bot .swiper1 .slide1.active .dn-word .dp-ti2 {
  display: block;
}
.quality .dn-lower .dn-bot .swiper1 .slide1 .dn-word {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 2.912vw 0;
}
.quality .dn-lower .dn-bot .swiper1 .slide1 .dn-word .dp-ti2 {
  display: none;
  margin: 1.04vw 0 0;
  text-align: justify;
}
.Qwz {
  text-align: center;
}
.ywcon .swiper {
  width: 100px;
  height: 100px;
}
.ywcon .swiper-slide {
  font-size: 18px;
  height: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}
.ywjs {
  overflow: hidden;
}
.ywjs ul {
  width: 9000px;
}
.ywjs li {
  width: 20%;
  float: left;
}
.ywjs li img {
  width: 100%;
}
.diagnosis-programme .dn-center .swiper1 {
  padding: 0 0 calc(10.08px);
}
.diagnosis-programme .dn-center .swiper1 .slide1 {
  width: 24.96vw;
  padding: 0.68vw 2.288vw 4.68vw 2.288vw;
  border-right: 1px solid #e3e3e3;
  transition: all .3s;
}
.dn-picture .dp-img1 {
  transition: all .3s;
  width: 100%;
}
.diagnosis-programme .dn-center .swiper1 .slide1:hover .dn-word .dp-ti1 {
  color: #132f8b;
}
.diagnosis-programme .dn-center .swiper1 .slide1:hover .dn-picture .dp-img1 {
  transform: scale(1.05);
}
.diagnosis-programme .dn-center .swiper1 .slide1 .dn-word .dp-ti1 {
  color: #132f8b;
}
.diagnosis-programme .dn-center .swiper1 .slide1 .dn-word .dp-intr1 {
  margin: 1.248vw 0 3.848vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 76px;
}
.diagnosis-programme .dn-center .swiper1 .slide1 .dn-word .dp-more1 {
  color: #132f8b;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.diagnosis-programme .dn-center .swiper1 .slide1 .dn-word .dp-more1 .iconfont {
  font-size: 20px;
  margin: 0 0 0 0.52vw;
}
.diagnosis-programme .dn-center .swiper1 .slide1 .dn-picture {
  height: 12.896vw;
  margin: 2.392vw 0 0;
  overflow: hidden;
}
.diagnosis-programme .dn-center .swiper1 .swiper1-scrollbar .swiper-scrollbar-drag {
  background: #132f8b;
}
.diagnosis-pattern .dn-center .swiper1 .slide1 {
  width: 49%;
  margin: 0 0.5%;
  display: flex;
}
.diagnosis-pattern .dn-center .swiper1 .slide1:nth-of-type(2n) {
  background: #eaf2f1;
}
.diagnosis-pattern .dn-center .swiper1 .slide1:nth-of-type(2n+1) {
  background: #eef1fa;
}
.diagnosis-pattern .dn-center .swiper1 .slide1 .dn-word {
  flex: 1;
  padding: 3.12vw 2.08vw;
}
.diagnosis-pattern .dn-center .swiper1 .slide1 .dn-word .dp-ti1 {
  color: #333333;
}
.diagnosis-pattern .dn-center .swiper1 .slide1 .dn-word .dp-intr1 {
  margin: 1.04vw 0 0;
}
.diagnosis-pattern .dn-center .swiper1 .slide1 .dn-picture {
  width: 18.72vw;
  height: 18.72vw;
}
.diagnosis-detail-banner {
  position: relative;
  padding: 1.56vw 0 12.48vw;
  color: #FFFFFF;
}
.diagnosis-detail-banner:before {
  content: '';
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.diagnosis-detail-banner .layui-breadcrumb * {
  color: #FFFFFF !important;
}
.diagnosis-detail {
  background: #e8ecef;
}
.diagnosis-detail .com-cont {
  display: flex;
  background: #FFFFFF;
  padding: 6.76vw 5.72vw;
  position: relative;
  margin-top: -6.76vw;
}
.diagnosis-detail .dn-left {
  flex: 1;
  overflow: hidden;
  padding: 0 2.808vw 0 0;
  border-right: 1px solid #e3e3e3;
}
.diagnosis-detail .dn-left .swiper1 {
  margin: -2.912vw 0 0;
  height: auto;
}
.diagnosis-detail .dn-left .swiper1 .slide1 {
  margin: 2.912vw 0 0;
}
.diagnosis-detail .dn-left .swiper1 .slide1 .dn-bot {
  margin: 1.352vw 0 0;
}
.diagnosis-detail .dn-left .swiper1 .slide1 .layui-btn1 {
  padding: 0 30px;
  background: #132f8b;
}
.diagnosis-detail .dn-left .layui-collapse {
  border: none;
}
.diagnosis-detail .dn-left .layui-collapse .layui-colla-item {
  margin: 0 0 3px;
}
.diagnosis-detail .dn-left .layui-collapse .layui-colla-item .layui-colla-title {
  height: auto;
  line-height: inherit;
  padding: 1.04vw 2.08vw;
  background-color: #eef4f8;
  font-size: 18px;
}
.diagnosis-detail .dn-left .layui-collapse .layui-colla-item .layui-colla-title .layui-colla-icon {
  left: auto;
  right: 2.08vw;
  top: 50%;
  transform: translateY(-50%);
}
.diagnosis-detail .dn-left .layui-collapse .layui-colla-item .layui-colla-content {
  padding: 1.56vw 2.912vw;
}
.diagnosis-detail .dn-left .swiper-programme .slide-programme {
  width: 31.33333333%;
  height: auto;
  margin: 0 1%;
  background: #f7f7f7;
}
.diagnosis-detail .dn-left .swiper-programme .slide-programme .dn-picture {
  height: 10.4vw;
}
.diagnosis-detail .dn-left .swiper-programme .slide-programme .dn-word {
  padding: 1.352vw;
  font-size: 16px;
}
.diagnosis-detail .dn-left .swiper-programme .slide-programme .dn-word .dp-ti1 {
  font-size: 18px;
  color: #333333;
}
.diagnosis-detail .dn-left .swiper-programme .slide-programme .dn-word .dp-more1 {
  display: flex;
  align-items: center;
  color: #132f8b;
  margin: 1.04vw 0 0;
}
.diagnosis-detail .dn-left .swiper-programme .slide-programme .dn-word .dp-more1 .iconfont {
  font-size: 20px;
}
.diagnosis-detail .dn-right {
  width: 364px;
  padding: 0 0 0 2.912vw;
}
.diagnosis-detail .dn-right .swiper1 {
  height: auto;
  margin: 1.04vw 0 0;
  overflow: visible;
}
.diagnosis-detail .dn-right .swiper1 .slide1 {
  display: flex;
  align-items: center;
  padding: 0.936vw 1.248vw;
  margin: 0 0 0.52vw;
  color: #FFFFFF;
  font-size: 18px;
  transition: all 0.3s ease;
}
.diagnosis-detail .dn-right .swiper1 .slide1:nth-of-type(6n+1) {
  background: #44baf4;
}
.diagnosis-detail .dn-right .swiper1 .slide1:nth-of-type(6n+2) {
  background: #6488fe;
}
.diagnosis-detail .dn-right .swiper1 .slide1:nth-of-type(6n+3) {
  background: #132f8b;
}
.diagnosis-detail .dn-right .swiper1 .slide1:nth-of-type(6n+4) {
  background: #7fe386;
}
.diagnosis-detail .dn-right .swiper1 .slide1:nth-of-type(6n+5) {
  background: #13a783;
}
.diagnosis-detail .dn-right .swiper1 .slide1:nth-of-type(6n+6) {
  background: #c4c13e;
}
.diagnosis-detail .dn-right .swiper1 .slide1.active,
.diagnosis-detail .dn-right .swiper1 .slide1:hover {
  background: url('../images/jianbain.png') no-repeat center / cover;
  width: 110%;
}
.diagnosis-detail .dn-right .swiper1 .slide1 .iconfont {
  font-size: 28px;
  margin: 0 0.624vw 0 0;
}
.com-cont-1700 {
  width: 88.54166667%;
  position: relative;
  margin: auto;
  height: 100%;
  z-index: 5;
}
.com-font-size-30 {
  font-size: 1.56vw;
}
.diagnosis-programme .dn-center .swiper1 .slide1 .dn-word .dp-ti1 {
  color: #132f8b;
}
.dzhz {
  background: url(hz.jpg) top center no-repeat;
  padding: 30px 0;
}
.dzhz h3 {
  text-align: center;
  font-size: 46px;
  padding-top: 80px;
  color: #132f8b;
}
.dzhz p {
  text-align: center;
  margin-top: 30px;
  line-height: 30px;
}
.dzhz ul {
  display: flex;
  margin: 66px auto;
}
.dzhz ul li {
  flex: 1;
  background: #fff;
  border-bottom: 10px solid #132f8b;
  margin-right: 10px;
  border-radius: 10px;
  padding: 80px 0px;
}
.dzhz ul li b {
  text-align: center;
  display: block;
  color: #8d8d8d;
  font-weight: normal;
}
.dzhz ul li b i {
  display: block;
  margin: 0 auto 30px auto;
  color: #132f8b;
  font-size: 50px;
}
.zzcyl h3 {
  text-align: center;
  font-size: 46px;
  padding-top: 100px;
  color: #132f8b;
}
.zzcyl p {
  margin-top: 14px;
  line-height: 24px;
}
.zzcyl div {
  overflow: hidden;
}
.zzcyl dl {
  width: 48%;
  float: left;
  margin-right: 2%;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 30px;
}
.zzcyl dl:nth-of-type(1),
.zzcyl dl:nth-of-type(3) {
  background: #eef1fa;
}
.zzcyl dl:nth-of-type(2),
.zzcyl dl:nth-of-type(4) {
  background: #eaf2f1;
}
.zzcyl dl dt {
  float: left;
  width: 40%;
  text-align: left;
  padding: 50px 30px 0 30px;
  box-sizing: border-box;
}
.zzcyl dl dt b {
  font-size: 24px;
}
.zzcyl dl dd {
  float: right;
  width: 60%;
}
.zzcyl dl dd img {
  width: 100%;
  height: 100%;
}
.n_cp h3 {
  font-size: 46px;
  padding-top: 80px;
  text-align: center;
  color: #132f8b;
}
.n_cp ul li {
  padding: 60px 0;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  background: #0056ac;
  color: #fff;
  height: 570px;
}
.n_cp ul li i {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-style: normal;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: all .3s;
}
.n_cp ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: all .6s;
}
.n_cp ul li h4 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  position: relative;
  z-index: 2;
  margin-top: 190px;
}
.n_cp ul li i {
  position: relative;
  z-index: 2;
}
.n_cp ul li:hover img {
  opacity: 1;
  transform: scale(1.1);
}
.n_cp ul li:hover i {
  background: #0056ac;
  color: #fff;
  border: 1px solid #0056ac;
  box-shadow: 0 0 15px #0056ac;
}
.n_cpn h3 {
  font-size: 46px;
  padding-top: 80px;
  text-align: center;
  color: #132f8b;
}
.n_cpn .cp_wai {
  overflow: hidden;
}
.n_cpn .cp_wai li {
  float: left;
  width: 49%;
  margin-right: 1%;
  position: relative;
  background: #f2f2f2;
  margin-bottom: 20px;
  transition: all .3s;
}
.n_cpn .cp_wai li a {
  box-sizing: border-box;
}
.n_cpn .cp_wai li a img {
  width: 26%;
  float: right;
  margin: 60px 30px;
}
.n_cpn .cp_wai li a h4 {
  float: left;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 20px;
  margin: 8vw 0 0 3vw;
  font-size: 20px;
}
.n_cpn .cp_wai li a h4 em {
  display: block;
}
.n_cpn .cp_wai li:hover {
  background: #132f8b;
}
.n_cpn .cp_wai li:hover h4 {
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.n_cpn .cp_wai li:hover h4 em {
  color: #fff;
}
.cp_more {
  background: #d6d6d6;
  color: #fff;
  text-align: center;
  padding: 50px 0;
}
.cp_more:hover {
  background: #132f8b;
}
.n_bews h3 {
  font-size: 46px;
  padding-top: 80px;
  text-align: center;
  color: #132f8b;
}
.news-list dl {
  overflow: hidden;
}
.news-list dl dt {
  width: 40%;
}
.news-list dl dt img {
  width: 100%;
}
.news-list dl dd {
  width: 56%;
  padding-top: 60px;
}
.news-list dl dd b {
  color: #737373;
  font-weight: normal;
  display: block;
}
.news-list dl dd strong {
  display: block;
  margin: 20px 0 40px 0;
}
.news-list dl dd p {
  color: #333;
  line-height: 230%;
}
.news-list dl dd>a {
  background: #132f8b;
  color: #fff;
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-top: 30px;
}
.news-list dl dd>a:hover {
  background: #000;
  width: 180px;
}
i,
u {
  font-style: normal;
}
.new_connr {
  margin-bottom: 60px;
  overflow: hidden;
}
.new_connr .page_list {
  padding-top: 30px;
}
.new_connr dl {
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 60px;
  padding-top: 60px;
}
.new_connr dl dt {
  float: left;
  width: 20%;
  border-right: 1px solid #024387;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.new_connr dl dt em {
  text-align: center;
  display: block;
  font-size: 40px;
  border-bottom: 1px dotted #c3c3c3;
  width: 40%;
  margin: 20px auto;
  font-weight: bold;
}
.new_connr dl dd {
  float: right;
  width: 72%;
}
.new_connr dl dd i {
  display: block;
  color: #f7931b;
  margin-bottom: 20px;
}
.new_connr dl dd i span {
  padding-right: 10px;
}
.new_connr dl dd p {
  padding: 40px 0;
}
.new_connr dl dd a {
  color: #024387;
}
.new_connr dl dd a span {
  padding-left: 10px;
  font-size: 22px;
}
.new_connr dl:hover {
  background: #024387;
  transition: all .6s;
}
.new_connr dl:hover dt {
  color: #fff;
}
.new_connr dl:hover dd {
  color: #fff;
}
.new_connr dl:hover dd a {
  color: #fff;
}
#allmap {
  height: 725px;
}
#allmap img {
  max-width: none !important;
}
.n_lx h3 {
  font-size: 46px;
  padding-top: 80px;
  text-align: center;
  color: #132f8b;
}
.n_lx dl {
  overflow: hidden;
}
.n_lx dl dt {
  width: 60%;
  float: left;
}
.n_lx dl dd {
  width: 40%;
  background: #186fb5;
  float: right;
  height: 725px;
  padding: 1.2vw 0 1.4vw 3vw;
  box-sizing: border-box;
}
.n_lx dl dd li {
  color: #fff;
  line-height: 180%;
  font-size: 18px;
}
.n_lx dl dd li strong {
  font-size: 30px;
  display: block;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.n_lx dl dd li strong::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100px;
  background: #fff;
}
.pt60 {
  padding-top: 80px;
}
.gsbox {
  position: relative;
}
.gsbox .gs_box {
  width: 30%;
  position: absolute;
  left: 0;
}
.gsbox .gs_wz {
  display: inline-block;
  width: 50%;
  float: left;
  font-size: 20px;
  color: #1b3464;
  font-weight: bold;
}
.gsbox .box_wz {
  display: none;
  font-size: 20px;
}
/* 必要布局样式css */
#new_box {
  width: 100%;
  overflow: hidden;
  padding-bottom: 0px;
}
.newtel {
  padding-bottom: 10px;
  font-size: 18px;
  color: #666;
  border-bottom: 1px solid #ccc;
}
.new_telst {
  width: 550px;
  position: relative;
  top: 6px;
}
.new_telst li {
  width: 166px;
  line-height: 40px;
  text-align: center;
  float: left;
  display: inline;
  font-family: "微软雅黑";
  cursor: pointer;
}
.new_telst li.newon {
  color: #1b3464;
  font-weight: bold;
}
.new_telst p {
  position: absolute;
  top: 42px;
  left: 0px;
  width: 166px;
  height: 7px;
  border-top: 3px solid #1b3464;
  overflow: hidden;
  text-align: center;
}
.new_telst b {
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-style: solid dashed dashed dashed;
  border-width: 9px;
  border-color: #1b3464 #fff #fff #fff;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
}
.new_lst {
  height: 277px;
  position: relative;
  overflow: hidden;
  display: none;
  margin-top: 10px;
  padding-top: 20px;
}
.new_lst b {
  font-size: 30px;
  display: block;
  margin-top: 34px;
  margin-bottom: 30px;
  color: #1b3464;
}
.new_lst .box_wz3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
}
.new-wrap {
  margin-top: 30px;
}
.new-wrap .show {
  display: block;
}
@keyframes warn {
  0% {
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    opacity: 0.0;
  }
  25% {
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}
@keyframes warn1 {
  0% {
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    opacity: 0.0;
  }
  25% {
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    opacity: 0.0;
  }
}
.container {
  position: relative;
  width: 120px;
  height: 120px;
  left: 10px;
  top: 10px;
}
/* 保持大小不变的小圆点 */
.dot {
  position: absolute;
  width: 7px;
  height: 7px;
  left: 134px;
  top: 134px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid #383d8f;
  border-radius: 50%;
  background-color: #383d8f;
  /* 实心圆 ，如果没有这个就是一个小圆圈 */
  z-index: 2;
}
.dot::after {
  position: absolute;
  content: "";
  left: -5px;
  top: -5px;
  right: 0;
  bottom: 0;
  width: 17px;
  height: 17px;
  background: rgba(56, 60, 143, 0.418);
  border-radius: 50%;
}
/* 产生动画（向外扩散变大）的圆圈 第一个圆 */
.pulse {
  position: absolute;
  width: 35px;
  height: 35px;
  left: 120px;
  top: 120px;
  border: 1px solid #383d8f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  -webkit-animation: warn 2s ease-out;
  -moz-animation: warn 2s ease-out;
  animation: warn 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  box-shadow: 1px 1px 30px #383d8f;
  /* 阴影效果 */
}
/* 产生动画（向外扩散变大）的圆圈 第二个圆 */
.pulse1 {
  position: absolute;
  width: 35px;
  height: 35px;
  left: 120px;
  top: 120px;
  border: 1px solid #383d8f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  -webkit-animation: warn1 2s ease-out;
  -moz-animation: warn1 2s ease-out;
  animation: warn1 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  box-shadow: 1px 1px 30px #383d8f;
  /* 阴影效果 */
}
.sycp_r {
  float: right;
  width: 350px;
  position: relative;
  overflow: hidden;
  height: 500px;
  margin-top: 60px;
  margin-right: 60px;
}
.sycp_r b {
  font-size: 14px;
  text-align: center;
  color: #fff;
  display: block;
}
.sycp_r a {
  width: 100%;
  height: 500px;
}
.sycp_r a img {
  height: 90%;
  margin: 10px auto;
}
.flexBetween {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.idnexService .box {
  overflow: hidden;
  height: 23.75rem;
  width: 100%;
  margin-bottom: 100px;
}
.idnexService .box .item {
  width: 10.53333%;
  transition: all 0.3s;
  flex-wrap: nowrap;
  position: relative;
}
.idnexService .box .item .boxLeft {
  width: 100%;
  box-sizing: border-box;
  padding: 0 2.5rem 3.4375rem;
  background: #f1f1f1;
  position: relative;
  transition: all 0.3s;
}
.idnexService .box .item .boxLeft .box1 {
  transition: all 0.3s;
}
.idnexService .box .item .boxLeft .box1 .top1 {
  padding-top: 4.375rem;
}
.idnexService .box .item .boxLeft .box1 .top1 img {
  /* height: 3.125rem; */
}
.idnexService .box .item .boxLeft .box1 .top2 {
  font-size: 1.5rem;
  color: #000;
  margin-top: 2rem;
  font-weight: bold;
}
.idnexService .box .item .boxLeft .box1 .top3 {
  font-size: 0.875rem;
  color: #999;
  margin-top: 0.625rem;
}
.idnexService .box .item .boxLeft .box1 .top4 {
  margin-top: 4.6875rem;
}
.idnexService .box .item .boxLeft .box1 .top4 a {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #ddd;
  align-items: center;
}
.idnexService .box .item .boxLeft .box1 .top4 a img {
  filter: invert(100%);
  width: 14px;
  margin: auto;
}
.idnexService .box .item .boxLeft .box1 .top5 {
  height: 5rem;
  display: none;
  margin-top: 2.1875rem;
}
.idnexService .box .item .boxLeft .box1 .top5 p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.25rem;
}
.idnexService .box .item .boxLeft .box1 .top5 p a {
  color: #fff;
}
.idnexService .box .item .boxRight {
  opacity: 0;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}
.idnexService .box .item .boxRight img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idnexService .box .item:nth-child(2n) .boxLeft {
  background: #f6f6f6;
}
.idnexService .box .active {
  width: 57.6%;
}
.idnexService .box .active .boxLeft {
  width: 30%;
  background: #1b3464 !important;
}
.idnexService .box .active .boxLeft .box1 .top1 {
  display: none;
}
.idnexService .box .active .boxLeft .box1 .top2 {
  color: #fff;
  margin-top: 4.0625rem;
}
.idnexService .box .active .boxLeft .box1 .top3 {
  color: #fff;
}
.idnexService .box .active .boxLeft .box1 .top5 {
  display: block;
}
.idnexService .box .active .boxLeft .box1 .top4 {
  margin-top: 2.8125rem;
}
.idnexService .box .active .boxLeft .box1 .top4 a {
  background: #0c9c9c;
  border: 1px solid #0c9c9c;
}
.idnexService .box .active .boxLeft .box1 .top4 a img {
  filter: invert(0%);
}
.idnexService .box .active .boxRight {
  width: 70%;
  opacity: 1;
}
.cp_n_com {
  position: absolute;
  bottom: 30px;
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.cp_n_com a {
  display: inline-block;
  width: 18%;
  background: #fff;
  text-align: center;
  padding: 10px 0;
  color: rgba(0, 128, 32, 0.94);
  border-radius: 3px;
  font-weight: bold;
  font-size: 18px;
}
.cp_n_com a:hover {
  background: rgba(0, 128, 32, 0.94);
  color: #fff;
}
@media (max-width: 1440px) {
  .mainVisual .box01 .inner {
    right: 2%;
  }
  .pub_title p {
    margin-bottom: 60px;
    font-size: 24px;
  }
  .idnexService .box .item .boxLeft {
    padding: 0 0.8rem 0.5375rem;
  }
  .pub_title h4 {
    font-size: 40px;
  }
  .sysp3 h3 {
    font-size: 40px;
  }
  .footer .f_2 .ewm2 .box1 {
    margin-left: 10px;
  }
  .quality .dn-center .swiper1 .slide1 {
    width: 14vw;
    height: 14vw;
  }
  .xlmenu {
    position: absolute;
    background: rgba(255, 255, 255, 0.923);
    width: 1400px;
    margin-left: -934px;
    padding: 30px;
    box-sizing: border-box;
    display: none;
  }
  .news-list dl dd {
    width: 56%;
    padding-top: 16px;
  }
  .news_article_box .right_article {
    width: 75%;
  }
}
@media (max-width: 1366px) {
  .hynav a {
    width: 16.2%;
  }
  #nyba {
    height: 670px;
    background-size: cover;
  }
  .n_gsjj h3 {
    font-size: 36px;
  }
  .n_gsjj .gs_wz p {
    font-size: 16px;
    line-height: 200%;
  }
  .n_gsjj .njj_r {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .ry_mySwiper .swiper-slide img {
    height: auto;
  }
}
@media (max-width: 1280px) {
  .xlmenu {
    margin-left: -835px !important;
  }
  .mainVisual .box01 .ttl {
    font-size: 4.2rem;
  }
  .mainVisual .box02 .ttl {
    font-size: 3.2rem;
  }
  .new_lst b {
    font-size: 28px;
  }
  .sysp3 {
    height: 597px;
  }
  .footer .f_2 .ewm2 {
    width: 28.2%;
  }
  .footer .f_2 ul {
    width: 66%;
  }
  .footer .f_2 ul li {
    margin-right: 6%;
  }
  .xlmenu {
    width: 1280px;
    margin-left: -859px;
  }
  .f_18 {
    font-size: 14px;
  }
  .f_20 {
    font-size: 16px;
  }
  .zzcyl dl dt b {
    font-size: 18px;
  }
  .zzcyl dl dt {
    padding: 34px 30px 0 30px;
  }
  .zzcyl h3,
  .dzhz h3 {
    font-size: 36px;
    padding-top: 50px;
  }
  .news_article_box .right_article {
    width: 70%;
  }
}
@media (max-width: 1200px) {
  .mainVisual .slide-inner {
    height: 62% !important;
  }
  .gallery-thumbs .swiper-slide h3 {
    font-size: 14px;
  }
  #nyba2 {
    height: 229px;
  }
  .mainVisual .box {
    display: none;
  }
  .syjj .gsbox .jj_r .sydt img:nth-of-type(3) {
    width: 22% !important;
    right: 486px !important;
  }
  .syjj .gsbox .jj_r .sydt img:nth-of-type(1) {
    right: 113px !important;
    top: -21px !important;
    width: 34% !important;
  }
  .syjj .gsbox .jj_r .sydt img:nth-of-type(2) {
    right: 165px  !important;
    top: 164px !important;
    width: 40% !important;
  }
  #nyba2 .fade_text .cn span {
    font-size: 26px;
  }
  .hynav2 a {
    width: 30%;
    padding: 5.7px;
    font-size: 17px;
  }
  .fenlei3 ul li:last-of-type img {
    width: 100%;
    height: auto;
  }
  .fenlei3 ul li,
  .fenlei3 ul li:last-of-type {
    width: 100%;
    float: none;
    height: auto;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .w90 {
    width: 96%;
  }
  .idnexServicesj {
    overflow: hidden;
  }
  .idnexServicesj dl {
    float: left;
    width: 48%;
    margin-right: 2%;
  }
  .idnexServicesj dl dt img {
    border-radius: 5px;
  }
  .idnexServicesj dl dd {
    padding: 10px 0;
    display: block;
    text-align: center;
  }
  .pub_title a {
    float: none;
    position: absolute;
    bottom: -54px;
  }
  .pt60 {
    padding-top: 30px;
  }
  .pub_title h4 {
    font-size: 30px;
  }
  .pub_title p {
    color: #2c2c2c;
  }
  .syjj .gsbox .jj_r {
    width: 100%;
    position: relative;
    right: 0;
    height: 487px;
  }
  .footer .f_1 .d_logo em {
    font-size: 16px;
  }
  .syjj .gsbox .jj_r .sydt img {
    max-width: 46%;
  }
  .footer .f_2 ul {
    width: 70%;
    overflow: hidden;
    padding-top: 30px;
  }
  .footer .f_2 .ewm2 .box1 {
    margin-top: 28px;
  }
  .gsbox .gs_box {
    width: 100%;
    position: relative;
    top: -60px;
  }
  .pub_title h4 {
    width: 100%;
  }
  .syjj {
    background: #f9f9f9;
    padding-top: 36px;
    overflow: hidden;
    padding-bottom: 80px;
    margin-top: 36px;
  }
  .new_lst {
    height: 164px;
    margin-top: 0px;
    padding-top: 0px;
  }
  .syjj .gsbox .jj_r {
    top: 0;
  }
  .new_lst b {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .syjj .gsbox .jj_r .sydt img:nth-of-type(1) {
    right: 58px;
    top: -25px;
  }
  .syjj .gsbox .jj_r .sydt img:nth-of-type(2) {
    right: 86px;
    top: 74px;
  }
  .syjj .gsbox .jj_r .sydt .container:nth-of-type(1) {
    left: -12%;
    top: -22%;
  }
  .syjj .gsbox .jj_r .sydt .container:nth-of-type(2) {
    left: -2%;
    top: -26%;
  }
  .syjj .gsbox .jj_r .sydt .container:nth-of-type(3) {
    left: 19%;
    top: -20%;
  }
  .syjj .gsbox .jj_r .sydt .container:nth-of-type(4) {
    left: -6%;
    top: -4%;
  }
  .syjj .gsbox .jj_r .sydt .container:nth-of-type(5) {
    left: 16%;
    top: -11%;
  }
  .syjj .gsbox .jj_r .sydt .container:nth-of-type(6) {
    left: 53%;
    top: -22%;
  }
  .syjj .gsbox .jj_r .sydt .container:nth-of-type(7) {
    left: 42%;
    top: -15%;
  }
  .syjj .gsbox .jj_r .sydt {
    height: 325px;
  }
  .syjj .gsbox .jj_r ul {
    width: 100%;
  }
  .syjj .gsbox .jj_r li {
    width: 49%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
  }
  .syjj .gsbox .jj_r li span {
    font-size: 30px;
    color: #383d8f;
    font-weight: bold;
  }
  .syjj .gsbox {
    height: auto;
  }
  .pop-video video {
    position: relative;
    width: 50%;
    z-index: 9999;
    float: left;
    margin-top: 2%;
    margin-left: 23%;
  }
  .syjj .gsbox .jj_r {
    height: 477px;
  }
  .sycp_r {
    width: 100%;
    margin-right: 0;
  }
  .sysp3 {
    background: url(bg_about_neiye4.jpg) top center no-repeat;
  }
  .sysp3 h3 {
    color: #fff;
    padding-top: 40px;
    font-weight: bold;
    position: relative;
    z-index: 88;
    width: 100%;
  }
  .sysp3 p {
    width: 100%;
  }
  .sycp_r {
    float: right;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    top: 244px;
    margin: auto;
  }
  .sysp3 {
    height: 800px;
  }
  .sysp3 h3 {
    font-size: 30px;
  }
  .sysp3 p {
    line-height: 145%;
    margin-top: 9px;
    width: 100%;
    font-size: 16px;
  }
  .sysp3 .morecp {
    margin-top: 14px;
    height: 45px;
    line-height: 45px;
    width: 186px;
  }
  .sysp3 video {
    display: none;
  }
  .sy_sjnews {
    overflow: hidden;
    padding-top: 30px;
  }
  .sy_sjnews a {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
  .sy_sjnews a strong {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .synews {
    padding: 40px 0;
  }
  .d_link {
    display: none;
  }
  .footer .f_2 .ewm2 {
    width: 100%;
  }
  .footer .f_2 ul {
    width: 100%;
  }
  .footer .f_2 ul li {
    width: 32%;
    margin-right: 0;
  }
  .footer .f_2 ul li a {
    font-size: 16px;
  }
  .footer .f_2 .d_lx {
    font-size: 16px;
  }
  .footer .f_2 ul li {
    margin-right: 0% !important;
  }
  .footer .f_1 .d_logo img {
    width: 30%;
  }
  .l_logo {
    background: none;
  }
  .l_logo em,
  .l_logo .box {
    display: none;
  }
  .mainVisual .swiper-container {
    height: calc(60vh);
  }
  .xlmenu {
    display: none;
  }
  #nyba {
    height: 242px;
    background-size: cover;
  }
  .n_gsjj h3 {
    padding-top: 46px;
  }
  .dzhz ul {
    display: block;
    overflow: hidden;
    margin: 20px auto;
  }
  .dzhz ul li {
    display: block;
    float: left;
    width: 100%;
    padding: 24px 0px;
    margin-bottom: 20px;
  }
  .zzcyl h3,
  .dzhz h3 {
    padding-top: 0px;
  }
  .zzcyl dl {
    width: 100%;
  }
  .zzcyl dl dt {
    width: 100%;
  }
  .zzcyl dl dd {
    width: 100%;
  }
  .dzhz {
    background-size: cover;
  }
  .diagnosis-programme .dn-center .swiper1 .slide1 {
    width: 65.96vw;
    padding: 0.68vw 2.288vw 4.68vw 2.288vw;
    border-right: 1px solid #e3e3e3;
    transition: all .3s;
  }
  .diagnosis-programme .dn-center .swiper1 .slide1 .dn-picture {
    height: 44.896vw;
  }
  .com-font-size-30 {
    font-size: 6.56vw;
  }
  .diagnosis-programme .dn-center .swiper1 .slide1 .dn-word .dp-intr1 {
    font-size: 14px;
    line-height: 200%;
  }
  .zzcyl {
    margin-top: 60px;
  }
  .zzcyl dl {
    margin-bottom: 0;
  }
  .zzcyl dl dt {
    padding-bottom: 30px;
  }
  .news-list {
    display: none;
  }
  .new_connr dl dt {
    display: none;
  }
  .new_connr dl dd {
    float: left;
    width: 98%;
  }
  .new_connr dl {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .n_bews h3 {
    font-size: 36px;
    padding-top: 36px;
  }
  .x_tit {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 168%;
  }
  .new_connr dl dd p {
    padding: 18px 0;
  }
  .new_connr dl dd i {
    display: block;
    color: #f7931b;
    margin-bottom: 10px;
  }
  .news_article_box .right_article {
    width: 100%;
  }
  .n_lx h3 {
    font-size: 36px;
    padding-top: 44px;
  }
  .n_lx dl dd,
  .n_lx dl dt {
    width: 100%;
  }
  #allmap {
    height: 363px;
  }
  .mainVisual .box02 .ttl {
    font-size: 2.2rem;
  }
  .mainVisual .box01 .ttl img {
    width: 449px;
    position: absolute;
    top: -50px;
    left: 6%;
  }
  .mainVisual .box02 .inner {
    max-width: 90%;
  }
  .mainVisual .box02 .ttl2 {
    font-size: 1rem;
  }
  .mainVisual .box01 .inner {
    width: 332px;
    position: absolute;
    left: 120px;
  }
  .mainVisual .box01 .ttl {
    font-size: 2.4rem;
    left: 6px;
  }
  .mainVisual .box01 .txt {
    font-size: 24px;
    padding-left: 2%;
  }
  .mainVisual .box01 .ttl img {
    right: 40px;
    left: auto;
  }
  .idnexServicesj {
    padding-top: 10px;
  }
  .n_gsjj .njj_r li {
    width: 50%;
    float: left;
    text-align: center;
  }
  .n_gsjj .gs_wz p {
    text-align: left;
  }
  .n_gsjj h3 {
    font-size: 33px;
  }
  .n_whw .gallery-wrap {
    display: block;
    height: 1400px;
    width: 100%;
  }
  .n_whw .gallery-wrap li {
    float: left;
    width: 100%;
  }
  .n_whw .item {
    height: 17%;
  }
  .n_whw .item h3 p {
    display: block;
    opacity: 1  ;
  }
  .n_whw .item h3 p {
    font-size: 14px;
  }
  .f_40 {
    font-size: 36px;
  }
  .header_sy .toplogo2 {
    display: block;
  }
  .n_cp h3 {
    font-size: 35px;
    padding-top: 43px;
    text-align: center;
  }
  .n_cp ul li {
    padding: 29px 0;
    margin-bottom: 40px;
    height: 110px;
  }
  .n_cp ul li h4 {
    font-size: 22px;
    margin-top: 22px;
  }
  .n_cp ul li i {
    width: 217px;
    height: 28px;
    line-height: 28px;
    margin-top: 13px;
    margin-bottom: 0px;
  }
  .xlmenu {
    display: none !important;
  }
  .n_cpn h3 {
    font-size: 34px;
    padding-top: 49px;
    text-align: center;
  }
  .n_cpn .cp_wai {
    overflow: hidden;
  }
  .n_cpn .cp_wai li a h4 em {
    font-size: 14px;
  }
  .n_cpn .cp_wai li a h4 {
    float: left;
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
    padding: 6px 0px;
    margin: 3vw 0 6vw 3vw;
    font-size: 16px;
    width: 100%;
  }
  .n_cpn .cp_wai li a img {
    float: none;
    margin: 30px auto;
    width: 52%;
  }
  .fade_text .cn span {
    font-size: 18px;
  }
  .fade_text span em {
    font-size: 14px;
  }
  .n_whw .item h3 b {
    font-size: 24px;
  }
  .n_whw .item {
    margin-bottom: 10px;
  }
  .ry_mySwiper .swiper-slide a strong {
    font-size: 14px;
  }
  .n_gsjj .njj_r li span {
    font-size: 34px;
    color: #383d8f;
    font-weight: bold;
  }
  .cp_n_com a {
    display: inline-block;
    width: 48%;
    background: rgba(0, 128, 32, 0.94);
    text-align: center;
    padding: 4px 0;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 4px;
  }
  #nyba {
    height: 263px !important;
  }
}
@media (max-width: 768px) {
  .syjj .gsbox .jj_r .sydt {
    height: 251px;
  }
  .syjj .gsbox .jj_r .sydt img:nth-of-type(1) {
    right: 60px !important;
    top: -26px !important;
    width: 47% !important;
  }
  .syjj .gsbox .jj_r .sydt img:nth-of-type(2) {
    right: 85px !important;
    top: 77px !important;
    width: 40% !important;
  }
  .syjj .gsbox .jj_r .sydt img:nth-of-type(3) {
    width: 27% !important;
    right: 282px !important;
  }
  .syjj .gsbox .jj_r .sydt {
    height: 185px;
  }
  .syjj .gsbox .jj_r {
    height: 329px;
  }
  .footer .dbj {
    background-size: auto 200%;
    padding-bottom: 160px;
  }
  .sycp_r a img {
    height: 63%;
    margin: 10px auto;
  }
  .sysp3 {
    height: 677px;
  }
  .mainVisual .box02 .ttl {
    font-size: 1.6rem;
  }
  .n_whw .item h3 a {
    display: block;
  }
  .zzcyl h3,
  .dzhz h3 {
    font-size: 28px;
  }
  .com-font-size-30 {
    font-size: 4.76vw;
  }
  .f_30 {
    font-size: 20px;
  }
  .fenlei3 ul li strong {
    font-size: 18px;
  }
  .n_lx dl dd li strong {
    font-size: 20px;
    display: block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .n_lx dl dd li p {
    font-size: 16px;
  }
}
